module Hydrocraft
{
	imports
	{
		Base
	}
/************************ITEMS************************/
item HCGroomingbrush
		{
		Weight				= 	0.1,
		Type    			= 	Normal,
		DisplayName         		= 	Grooming Brush,
		icon 				= 	HCGroomingbrush,
		DisplayCategory		=   AnimalMisc,
		}

item HCHorsesaddle
	{
	WeightReduction        	= 	50,
	Weight					=	15,
	Type                	= 	Container,
	Capacity             	= 	100,
	DisplayName				=	Horse Saddle,
	Icon					=	HCHorsesaddle,
		DisplayCategory		=   AnimalMisc,
	}

item HCHorsecollar
	{
		Weight				=	2,
		Type				=	Normal,
		DisplayName			=	Horse Collar,
		Icon				=	HCHorsecollar,
		DisplayCategory		=   AnimalMisc,
	
	}
item HCPetcone
		{
		Weight				= 	0.1,
		Type    			= 	Normal,
		DisplayName         		= 	Pet Cone,
		icon 				= 	HCPetcone,
		DisplayCategory		=   AnimalMisc,
		}
item HCPooperscooper
		{
		Weight				= 	0.5,
		Type    			= 	Normal,
		DisplayName         		= 	Pooper Scooper,
		icon 				= 	HCPooperscooper,
		DisplayCategory		=   AnimalMisc,
		}
item HCDogropetoy
		{
		Weight				= 	0.1,
		Type    			= 	Normal,
		DisplayName         		= 	Dog Rope Toy,
		icon 				= 	HCDogropetoy,
		DisplayCategory		=   AnimalMisc,
		}
item HCAnimalcage
	{
		Weight    		= 1,
		Type    		= Container,
		Capacity    		= 2,
		DisplayName         	= Medium Animal Cage,
		icon 			= HCAnimalcage,
		DisplayCategory		=   AnimalMisc,
	}
item HCBirdcage
	{
		Weight    		= 1,
		Type    		= Container,
		Capacity    		= 2,
		DisplayName         	= Bird Cage,
		icon 			= HCBirdcage,
		DisplayCategory		=   AnimalMisc,
	}
item HCAnimalcagesmall
	{
		Weight    		= 0.5,
		Type    		= Container,
		Capacity    		= 1,
		DisplayName         	= Small Animal Cage,
		icon 			= HCAnimalcagesmall,
		DisplayCategory		=   AnimalMisc,
	}
item HCHamsterwheel
	{
		Weight    		= 0.1,
		Type    		= Normal,
		DisplayName         	= Hamster Wheel,
		icon 			= HCHamsterwheel,
		DisplayCategory		=   AnimalMisc,
	}
item HCRodentfood
	{
		Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
		DisplayName         	= Can of Rodent Food,
		icon 			= HCRodentfood,
		DisplayCategory		=   AnimalMisc,
	}
item HCRodentfood2
	{
		Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
		DisplayName         	= Box of Rodent Food,
		icon 			= HCRodentfood2,
		DisplayCategory		=   AnimalMisc,
	}
item HCBirdfeeder
		{
		Weight				= 	0.2,
		Type    			= 	Normal,
		DisplayName         		= 	Bird Feeder,
		icon 				= 	HCBirdfeeder,
		DisplayCategory		=   AnimalMisc,
		}
item HCBirdfoodbox
	{
		Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
		DisplayName         	= Box of Bird Food,
		icon 			= HCBirdfoodbox,
		DisplayCategory		=   AnimalMisc,
	}
item HCBirdfoodbag
	{
		Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
		DisplayName         	= Bag of Bird Food,
		icon 			= HCBirdfoodbag,
		DisplayCategory		=   AnimalMisc,
	}
item HCDogbowl
	{
		Weight    		= 0.5,
		Type    		= Normal,
		DisplayName         	= Pet Bowl,
		icon 			= HCDogbowl,
		DisplayCategory		=   AnimalMisc,
	}
item HCDogbiscuit
	{
		DisplayCategory			= AnimalMisc,
		Type    				= Normal,
		DisplayName         	= Dog Biscuit,
		Weight    				= 0.1,
		icon 					= HCDogbiscuit,
		WorldStaticModel 		= WorldItem-HCDogbiscuit,			
	}
item HCDogkibble
	{
		Weight    		= 1,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.15,
		DisplayName         	= Bag of Dog Kibble,
		icon 			= HCDogkibble,
		DisplayCategory		=   AnimalMisc,
	}
item HCFishfood
	{
	Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
	DisplayName         	= Box of Fish Food,
	icon 			= HCFishfood,
		DisplayCategory		=   AnimalMisc,
	}

item HCFishfood2
	{
	Weight    		= 0.2,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
	DisplayName         	= Can of Fish Food,
	icon 			= HCFishfood2,
		DisplayCategory		=   AnimalMisc,
	}

item HCFishbowl
	{
	Weight    		= 	1,
	CanStoreWater		= 	TRUE,
	Type    		= 	Normal,
	DisplayName         	= 	Fish Bowl,
	ReplaceOnUseOn		= 	WaterSource-HCFishbowlfull,
	icon 			= 	HCFishbowl,
	RainFactor 		= 	1,
		DisplayCategory		=   AnimalMisc,
	}

item HCFishbowlfull
	{
	IsWaterSource		=	TRUE,
	Weight				=	2,
	CanStoreWater		=	TRUE,
	Type				=	Drainable,
	UseWhileEquipped	=	FALSE,
	UseDelta			=	0.025,
	DisplayName			=	Fish Bowl with Water,
	ReplaceOnDeplete	=	HCFishtank,
	ReplaceOnUseOn		=	WaterSource-HCFishbowlfull,
	Icon				=	HCFishbowlfull,
	RainFactor 			= 	1,
		DisplayCategory		=   AnimalMisc,

	}
item HCFishtank
	{
	DisplayCategory		=   AnimalMisc,
	DisplayName         = 	Fish Tank,
	Type    			= 	Normal,
	Weight    			= 	2,
	icon 				= 	HCFishtank,
	CanStoreWater		= 	TRUE,
	ReplaceOnUseOn		= 	WaterSource-HCFishtankfull,
	RainFactor 			= 	1,
	WorldStaticModel 	=	WorldItem-HCFishTank_Empty,		
	}

item HCFishtankfull
	{
	DisplayCategory		=   AnimalMisc,
	DisplayName			=	Fish Tank with Water,
	Type				=	Drainable,
	Icon				=	HCFishtankfull,
	IsWaterSource		=	TRUE,
	Weight				=	6,
	CanStoreWater		=	TRUE,
	UseWhileEquipped	=	FALSE,
	UseDelta			=	0.0125,
	ReplaceOnDeplete	=	HCFishtank,
	ReplaceOnUseOn		=	WaterSource-HCFishtankfull,
	RainFactor 			= 	1,
	WorldStaticModel 	=	WorldItem-HCFishTank_Full,	
	}

item HCZedtank
	{
	DisplayCategory		=   AnimalMisc,
	Type				=	Normal,
	DisplayName			=	Fish Tank with Head,
	Icon				=	HCZedtank,
	Weight				=	7,	
	WorldStaticModel 	=	WorldItem-HCFishTank_Head,	
	}
item HCCatlitter
	{
		Weight    		= 0.5,
	Type			= Drainable,
	UseWhileEquipped	= FALSE,
	UseDelta		= 0.25,
		DisplayName         	= Bag of Kitty Litter,
		icon 			= HCCatlitter,
		DisplayCategory		=   AnimalMisc,
	}
item HCCatfood
	{
	Weight			=	0.3,
	Type			=	Food,
	DisplayName		=	Cat Food,
	Icon			=	HCCatfood,
		Carbohydrates 		= 	0,
		Proteins 		= 	15,
		Lipids 			= 	34,
		Calories 		= 	370,
		Packaged 		= 	TRUE,
		DisplayCategory		=   FoodC,
	}
item HCCatfoodopen
	{
	HungerChange		=	-17,
	Weight			=	0.3,
	Type			=	Food,
	DaysTotallyRotten	=	4,
	DisplayName		=	Open Cat Food,
	UnhappyChange		=	50,
	Icon			=	HCCatfoodOpen,
	DaysFresh		=	2,
	FoodType 		= 	Fish,
		Carbohydrates 		= 	0,
		Proteins 		= 	15,
		Lipids 			= 	34,
		Calories 		= 	370,
		Packaged 		= 	TRUE,
		ReplaceOnUse    	=   	TinCanEmpty,
		DisplayCategory		=   FoodP,
	}
item HCDogwhistle
	{
	Weight 				= 	0.1,
	Type 				= 	Normal,
	DisplayName 			= 	Dog Whistle,
	Icon				=	HCDogwhistle,
		DisplayCategory		=   AnimalMisc,
	}
item HCShears
	{
		Weight    		= 0.2,
		Type    		= Normal,
		DisplayName         	= Shears,
		icon 			= HCShears,
		DisplayCategory		=   AnimalMisc,
	}
/************************RECIPES************************/
recipe Put Head in Fish Tank
	{
		destroy HCFishtankfull,
		HCZedhead,
	Result:HCZedtank,
		Time:15,
		Category:Leisure,
		OnGiveXP:Recipe.OnGiveXP.None,
	}
recipe Feed Head
	{
		HCZedtank,
	HCFishfood/HCFishfood2,
		Result:HCZedtank,
		OnCreate:HC_ToyStatModifier,
		Time:15.0,
		Category:Leisure,
		OnGiveXP:Recipe.OnGiveXP.None,
	}
recipe Open Cat Food
	{
			HCCatfood,
			keep TinOpener,
			Result:HCCatfoodopen,
			Time:80.0,
		Category:Cooking,
	}
}